home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / bugsarecoming.swf / scripts / frame_1 / PlaceObject2_23_1 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  258 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    text = int(_parent.getBytesLoaded() / 1000) add " KBYTES  OF " add int(_parent.getBytesTotal() / 1000) add " LOADED ...";
  3.    if(_parent.getBytesTotal() == _parent.getBytesLoaded())
  4.    {
  5.       _parent.gotoAndStop(2);
  6.    }
  7. }
  8.